@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --black: #000000;
  --white: #ffffff;
  --dark: #424242;
  --gray: #777;
  --green: #37d637;
  --primary-dark-color: BLACK;
  --primary-color: #5438DC;
  --secondary-color: #fa8727;
  --secondary-light-color: #ffa65d;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Rubik';
}

body, html {
  margin: 0px;
  font-size: 16px;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

li {
  list-style-type: none;
}

ul {
  padding: 0px;
  margin: 0px;
}

a, li, span {
  display: inline-block;
  text-decoration: none;
}

img {
  max-width: unset;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  padding-bottom: 1rem;
}

h3 {
  padding-bottom: 1rem;
}

.bg-img {
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.bg-img-cover {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.head-main {
  color: var(--primary-dark-color);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  padding-bottom: 1rem;
  font-size: 2rem;
}

@media (max-width: 767.98px) {
  .head-main {
    text-align: center !important;
    font-size: 1.7rem;
  }
}

.head-topic {
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .head-topic {
    font-size: 1.7rem;
  }
}

.head-one {
  font-size: 2rem;
  text-transform: uppercase;
}

.head-two {
  font-size: 2rem;
}

.head-two_bold {
  font-weight: 700;
  font-family: 'Rubik';
}

.head-three {
  font-size: 1.3rem;
}

.head-four {
  font-size: 1.1rem;
  text-transform: uppercase;
}

.head-four_bold {
  font-weight: 500;
}

.head-five {
  font-size: 1.1rem;
  text-transform: uppercase;
}

.head-five_bold {
  font-weight: 600;
}

.para-one {
  font-size: 1rem;
  padding-bottom: 0.5rem;
}

.para-two {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
  .para-two {
    font-size: 0.9rem;
  }
}

.small-text {
  font-size: 01rem;
}

.co-white {
  color: var(--white);
}

.co-black {
  color: var(--black) !important;
}

.co-dark {
  color: var(--dark);
}

.co-yellow-star {
  color: #fac527;
}

.co-gray {
  color: var(--gray);
}

.co-primary {
  color: var(--primary-color);
}

.co-primary-dark {
  color: var(--primary-color-dark);
}

.co-secondary {
  color: var(--secondary-color);
}

.uppercase {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.background {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* Opacity */
.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-10 {
  opacity: 1;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header-logo img {
  height: 75px !important;
}

.defaultscroll {
  background: white !important;
}

.navigation-menu li a.link-highlight {
  color: var(--secondary-color) !important;
}

.navigation-menu li a {
  color: black !important;
}

.navigation-menu li a:hover {
  color: var(--secondary-color) !important;
}

.cart {
  padding: 0px 10px;
}

.cart i {
  font-size: 20px;
}

.footer {
  background: black !important;
}

.footer.footer-bar {
  padding: 10px 0px !important;
  background: #5e5e5e !important;
  color: white !important;
}

.section-title .title.title-line::before {
  background-color: var(--secondary-color) !important;
}

.section-title .title.title-line::after {
  background-color: var(--secondary-color) !important;
}

.button {
  border: none;
  background: none;
  padding: 7px 20px;
  border-radius: 3px;
  margin-top: 15px;
}

.button-sm {
  background: var(--secondary-color);
  color: white;
  border: 1px solid transparent;
}

.button-sm_light {
  padding: 2px 10px;
  border: 1px solid var(--dark);
  background: white;
  color: black;
}

.button-sm_primary {
  padding: 2px 10px;
  border: 1px solid var(--dark);
  background: var(--secondary-color);
  color: white;
}

.button-sm:hover {
  background: transparent;
  border: 1px solid var(--secondary-color);
  color: var(--dark);
}

.button-sm_dark {
  background: var(--dark);
  color: white;
}

.button-md {
  background: var(--secondary-color);
  color: white;
  border: 1px solid transparent;
}

.button-md:hover {
  background: transparent;
  border: 1px solid var(--secondary-color);
  color: var(--dark);
}

.button-md_dark {
  background: var(--dark);
  color: white;
}

.button-lg {
  background: var(--secondary-color);
  color: white;
  border: 1px solid transparent;
  padding: 10px 20px !important;
}

.button-lg:hover {
  background: transparent;
  border: 1px solid var(--secondary-color);
  color: var(--dark);
}

.button-lg_dark {
  background: var(--dark) !important;
  color: white;
  border: 1px solid transparent;
  padding: 10px 20px !important;
}

.button-lg_dark:hover {
  background: transparent !important;
  border: 1px solid var(--dark) !important;
  color: var(--dark) !important;
}

.button-login {
  background: var(--secondary-color);
  color: white;
  height: auto !important;
}

.button-knowMore {
  background: var(--secondary-color);
  color: var(--white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.button-knowMore span {
  padding-right: 0.5rem;
  color: white;
}

.button-knowMore .slide-right {
  -webkit-animation: slideRight 1.2s linear 0.5s infinite alternate;
          animation: slideRight 1.2s linear 0.5s infinite alternate;
  position: relative;
}

.button-knowMore:hover {
  color: var(--secondary-dark-color);
}

.button-lg {
  padding: 15px 20px;
  background: var(--secondary-color);
  color: white;
}

.button-lg:hover {
  background: #f94;
  -webkit-box-shadow: 0px 2px 5px -1px #9f9f9f;
          box-shadow: 0px 2px 5px -1px #9f9f9f;
}

.button-normal {
  background: var(--secondary-color);
  color: white;
  border: 1px solid transparent;
}

.button-normal:hover {
  border: 1px solid var(--dark);
  color: black;
  background-color: transparent;
}

.page-banner {
  background: var(--secondary-color);
}

.check-lists {
  padding: 1rem 0;
}

.check-lists ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.check-lists ul li .check-box {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  font-size: 1.5rem;
  position: relative;
  overflow: hidden;
  margin-right: 1rem;
  top: 5px;
  padding-bottom: 1rem;
}

.check-lists ul li .check-box i {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--green);
}

.check-lists ul li .text {
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Rubik';
}

.kt_calendar_app .fc-view-harness {
  height: 300px !important;
}

.calandar_height {
  height: 375px !important;
}

.front-hrs-select {
  margin-right: 5px;
}

.tagline {
  background: black;
}

.bg-home {
  padding: 250px 0px 50px 0px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.bg-overlay {
  background: #f38020e6 !important;
}

.home-registration-form {
  background: #ffffffa3;
}

.header-gap {
  padding-bottom: 150px;
}

.bg-half {
  padding: 150px 0px 100px 0px;
}

.instPrice {
  background: var(--black);
}

.instPrice .price {
  background: white;
  padding: 15px;
  border-radius: 5px;
  border: 3px solid var(--secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .instPrice .price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.instPrice .price .info .head {
  font-size: 36px;
  font-weight: 400;
}

.instPrice .price .info p {
  font-size: 16px;
  font-weight: 500;
}

.instPrice .price .info span {
  color: var(--gray);
  font-size: 14px;
}

.instPrice .price .primary {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 767.98px) {
  .instPrice .price .primary {
    width: 100%;
  }
}

.instPrice .price .primary .price-table {
  padding-top: 15px;
}

@media (max-width: 767.98px) {
  .instPrice .price .primary .price-table {
    padding-bottom: 10px;
  }
}

.instPrice .price .primary .price-table table {
  width: 100%;
}

.instPrice .price .primary .price-table table tr td {
  padding: 5px 10px;
  padding-left: 0px;
}

.instPrice .price .primary .price-table table tr .hrs, .instPrice .price .primary .price-table table tr .hrsPrice {
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .instPrice .price .primary .price-table table tr .hrs, .instPrice .price .primary .price-table table tr .hrsPrice {
    font-size: 18px;
    font-weight: 500;
  }
}

.instPrice .price .primary .price-table table tr .h-tag span {
  background: var(--secondary-color) !important;
  color: white !important;
}

.instPrice .price .secondary {
  border-left: 1px dashed var(--gray);
  padding: 0px 15px;
  width: 150px;
}

@media (max-width: 767.98px) {
  .instPrice .price .secondary {
    border: none;
  }
}

@media (max-width: 575.98px) {
  .instPrice .price .secondary {
    width: 100px;
  }
}

@media (max-width: 400px) {
  .instPrice .price .secondary {
    width: 100%;
    padding-left: 0px;
  }
}

.instPrice .price .tertiary {
  padding: 0px 15px;
  border-left: 1px dashed var(--gray);
}

@media (max-width: 400px) {
  .instPrice .price .tertiary {
    width: 100%;
    padding-left: 0px;
    border: 1px dashed var(--gray);
  }
}

.instPrice .price .tertiary .testprice {
  padding: 15px 0px;
}

.instPrice .price .tertiary .info {
  padding: 0px 15px;
}

.instPrice .price .tertiary .info ul li {
  color: var(--gray);
  font-size: 14px;
  display: block;
  list-style-type: disc;
}

.trainerList {
  padding-bottom: 100px;
}

.trainerList .head {
  padding-bottom: 50px;
}

.trainerList .box .list {
  padding: 30px 0px;
}

.trainerList .box .list img {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .trainerList .box .list img {
    height: 150px;
    width: 150px;
    padding-bottom: 7px;
  }
}

.trainerList .box .list .name {
  font-size: 20px;
  font-weight: 500;
}

.trainerList .box .list .language {
  color: #868686;
  padding-bottom: 10px;
}

.trainerList .box .list .available {
  font-size: 20px;
  background: none;
  border: none;
}

.trainerList .box .list .available:hover span {
  color: gray;
}

.trainerList .box .list .available i {
  color: var(--secondary-color);
}

.profile-persons-list {
  padding: 10px 0px;
}

.profile-persons-list .box {
  background: white;
  padding: 10px;
  border-radius: 5px;
}

.profile-persons-list .box .list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  background: #ffeddf;
  margin-bottom: 8px;
  border: 1px solid #f37f1f;
  border-radius: 5px;
}

.profile-persons-list .box .list a:hover {
  background: white;
}

.profile-persons-list .box .list a img {
  height: 65px;
  aspect-ratio: 1/1;
  border-radius: 3px;
  border: 3px solid white;
}

.profile-persons-list .box .list a .info {
  padding-left: 8px;
  color: var(--dark);
  display: inline-block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.list-carousel a {
  display: inline-block !important;
  background: none !important;
  border: none !important;
}

.list-carousel a .list-box {
  text-align: center;
}

.list-carousel a .list-box img {
  border-radius: 50% !important;
  height: unset !important;
  padding: 10px !important;
}

@media (max-width: 400px) {
  .list-carousel a .list-box img {
    padding: 5px !important;
  }
}

.list-carousel a .info {
  display: block !important;
}

@media (max-width: 400px) {
  .list-carousel a .info .name {
    font-size: 12px;
  }
}

.profile-head .profile-box {
  background: white;
  padding: 10px;
  border-radius: 5px;
}

.profile-head .profile-box .profile-img img {
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .profile-head .profile-box .profile-img img {
    padding: 0px 135px;
  }
}

@media (max-width: 575.98px) {
  .profile-head .profile-box .profile-img img {
    padding: 0px 55px;
  }
}

.profile-head .profile-box-info {
  padding: 10px;
  border-radius: 5px;
}

.profile-head .profile-box-info .info-head {
  color: var(--dark);
}

.profile-head .profile-check {
  margin: 10px 0px;
}

.profile-head .profile-check li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0px;
  color: #4f4f4f;
}

.profile-head .profile-check li i {
  font-size: 20px;
  padding-right: 10px;
}

.profile-head .profile-check li span {
  font-size: 16px;
}

.profile-head .profile-check li .language {
  border: 1px solid #bbb;
  padding: 0px 6px;
  border-radius: 3px;
  background: var(--secondary-color);
  color: white;
  margin: 0px 3px;
  -ms-flex-item-align: self-start;
      -ms-grid-row-align: self-start;
      align-self: self-start;
}

.profile-head .profile-box-bio .head {
  padding: 6px 15px;
  background: #f4f4f4;
  border-radius: 3px;
  border: 1px solid #eaeaea;
}

.profile-head .profile-box-bio p {
  color: var(--gray);
  padding: 6px 15px;
}

.profile-head .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-head .rate .value {
  background-color: var(--secondary-color);
  color: white;
  padding: 0px 7px;
  border-radius: 4px;
  margin-right: 10px;
}

.profile-box-bio .head {
  padding: 6px 15px;
  background: #f4f4f4;
  border-radius: 3px;
  border: 1px solid #eaeaea;
}

.profile-box-bio p {
  color: var(--gray);
  padding: 6px 0;
}

.car-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.car-info .car-num {
  border-radius: 5px;
}

.car-info img {
  height: 100px;
  width: auto;
}

@media (max-width: 575.98px) {
  .car-info img {
    height: 70px;
  }
}

.car-info .check-icon {
  color: green;
}

.book-info .box .img {
  margin-right: 15px;
}

.book-info .box p {
  color: var(--gray);
}

.signup img.logo {
  height: 100px;
}

.bs-stepper-label {
  color: var(--dark);
  font-weight: normal;
}

.bs-stepper-header {
  padding: 30px 15px;
  border: 2px  dashed gray;
  background: #f2f2f2;
  border-radius: 5px;
}

.bs-stepper-header .line {
  background: transparent !important;
}

.bs-stepper-header .step {
  padding: 5px;
}

.bs-stepper-header .step p {
  font-size: 13px;
  color: gray;
}

.bs-stepper-header .step button {
  padding: 0px;
}

.bs-stepper-header .step button span {
  color: black !important;
}

.bs-stepper-header .active button {
  background: var(--secondary-color) !important;
}

.bs-stepper-header .active button span {
  color: white !important;
}

.info-head {
  background: var(--dark) !important;
  color: var(--secondary-color);
}

.instPrice2 {
  background-color: white;
}

.instPrice2 .price {
  background: white;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.instPrice2 .price .info {
  background: #e8e8e8;
  padding: 10px 10px;
  border-radius: 3px;
}

.instPrice2 .price .info .head {
  font-size: 36px;
  font-weight: 400;
}

.instPrice2 .price .info p {
  font-size: 18px;
  font-weight: 500;
}

.instPrice2 .price .info span {
  color: var(--gray);
  font-size: 14px;
}

.instPrice2 .price .primary {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .instPrice2 .price .primary {
    width: 100%;
  }
}

.instPrice2 .price .primary .duration-check {
  margin-right: 15px;
}

.instPrice2 .price .primary label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.instPrice2 .price .primary .price-table {
  padding: 15px 10px;
}

.instPrice2 .price .primary .price-table table {
  width: 100%;
}

.instPrice2 .price .primary .price-table table tr td {
  padding: 5px 10px;
  padding-left: 0px;
}

.instPrice2 .price .primary .price-table table tr .hrs, .instPrice2 .price .primary .price-table table tr .hrsPrice {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .instPrice2 .price .primary .price-table table tr .hrs, .instPrice2 .price .primary .price-table table tr .hrsPrice {
    font-size: 18px;
    font-weight: 500;
  }
}

.instPrice2 .price .primary .price-table table tr .h-tag span {
  background: #ffc107 !important;
  color: black !important;
}

@media (max-width: 767.98px) {
  .instPrice2 .price .secondary {
    border: none;
  }
}

@media (max-width: 575.98px) {
  .instPrice2 .price .secondary {
    width: 100px;
  }
}

@media (max-width: 400px) {
  .instPrice2 .price .secondary {
    width: 100%;
    padding-left: 0px;
  }
}

.instPrice2 .price .tertiary {
  border: 1px solid #c4c4c4;
}

@media (max-width: 400px) {
  .instPrice2 .price .tertiary {
    width: 100%;
    padding-left: 0px;
    border: 1px dashed var(--gray);
  }
}

.instPrice2 .price .tertiary .testprice {
  padding: 15px 0px;
}

.instPrice2 .price .tertiary .info {
  background: #e8e8e8;
  padding: 10px 10px;
  border-radius: 3px;
}

.instPrice2 .price .tertiary .info p {
  font-size: 18px;
  font-weight: 500;
}

.instPrice2 .price .tertiary .info ul li {
  color: var(--gray);
  font-size: 14px;
  display: block;
  list-style-type: disc;
}

#pp {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#pp img {
  height: 70px;
}

#pp .pp-price {
  font-size: 25px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 15px;
}

.total {
  margin: 15px 0px;
  background: #ccc;
  color: #000;
  border-radius: 3px;
  text-align: center;
}

.book-list {
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  padding: 3px 15px;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffddc0;
}

.book-list .book-data {
  color: #3c3b3b;
}

.book-list i {
  cursor: pointer;
}

#next:disabled, #hrs-book-btn:disabled, #test-btn:disabled {
  color: black;
  background: gray;
}

@-webkit-keyframes slideRight {
  0% {
    left: 0px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0px;
  }
}

@keyframes slideRight {
  0% {
    left: 0px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0px;
  }
}

@-webkit-keyframes slideDown {
  0% {
    top: 50%;
  }
  50% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}

@keyframes slideDown {
  0% {
    top: 50%;
  }
  50% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
/*# sourceMappingURL=main.css.map */